home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / w4form1.arc / W-4.DOC < prev    next >
Encoding:
Text File  |  1986-01-03  |  5.3 KB  |  179 lines

  1.  
  2.  
  3.  
  4.  
  5.                              W-4 Form Worksheet
  6.  
  7.  
  8.                                     1987
  9.  
  10.  
  11.  
  12.  
  13.         ***************************************************************
  14.         " Penalty.-You may be fined $500 if, with no reasonable basis,
  15.           you file a Form W-4 that results in less tax being withheld
  16.           than is properly allowable.  In addition, criminal penalties
  17.           apply for willfully supplying false or fradulent information
  18.           or failing to supply information requiring an increase in
  19.           withholding."   Page 4(1987) IRS instructions for Form W-4
  20.         **************************************************************
  21.  
  22.         This program assists you in the computations needed to prepare
  23.         your W-4 Form(s) in accordance with the IRS instructions......
  24.         It is recommended that all computations, information, etc. that
  25.         is used to prepare your W-4 Form be retained and checked should
  26.         it be challenged by the IRS.  
  27.  
  28.  
  29.  
  30.         This program is copyright (C) 1987 by Roger A. Stanley.  It is
  31.         distributed under the "Shareware" concept.  You may make copies
  32.         and distribute it freely provided none of the documents, programs
  33.         or notices are altered in any way.
  34.  
  35.         If you find this program useful, it is requested you send a 
  36.         contribution of $5.00 to the author:
  37.                                 Roger A. Stanley
  38.                                1748 N Street, N.W.
  39.                             Washington, D.C.  20036
  40.         This contribution will entitle you to receive information on
  41.         updates and enhansements and will help defray costs of future
  42.         programs.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.         This program was written in basic.  To use it do the following:
  49.  
  50.                 1) Install Basic into your system by placing your
  51.                    Basic Disk in Drive A and typing:
  52.  
  53.                         A>Basic     (Basica  or GWBasic)
  54.  
  55.                 2) Place the program disk in Drive B and type:
  56.  
  57.                      Load "b:W-4Final"
  58.  
  59.                    when OK is displayed type:
  60.  
  61.                      run
  62.  
  63.                 3) At the conclusion of the program type:
  64.  
  65.                      system
  66.  
  67.                    this will return you to DOS
  68.  
  69.         If you have a hard disk, copy the program to the directory
  70.         containing Basic and type:
  71.  
  72.                 C>Basic W-4Final
  73.  
  74.                 To exit back to DOS at the end of the program
  75.                 type:
  76.  
  77.                   system
  78.  
  79.  
  80.  
  81.         THE PROGRAM:
  82.  
  83.           Screen #1 - The first screen you see will ask basic information
  84.                       regarding your filing status, exemptions and any
  85.                       dependents you are entitled to claime on your tax
  86.                       return.  After entering the data, you are then asked
  87.                       if you wish to make any changes to your input.  If
  88.                       you respond Y (yes) the program will ask you the
  89.                       line number to change.  Enter the line number,change
  90.                       the information and continue.
  91.  
  92.           Screen #2   This screen requests income information.
  93.  
  94.                         1) Your estimated main employment wages
  95.                         2) Your spouss wages (if married)
  96.                         3) A total of all nonwage income.
  97.                       
  98.                       Corrections may be made on completion of the
  99.                       input and in screen #1.
  100.           
  101.           Screen #3 - Asks you to enter your estimated tax credits such
  102.                       as Child and Dependent Care and any Earned Income
  103.                       credit.  Only one entry is made.
  104.  
  105.  
  106.           Screen #4 - This screen asks for information regarding Adjustments
  107.                       to income as would normally appear on page 1 of the
  108.                       Form 1040 (Income Tax Return) and your estimated
  109.                       Itemized Deductions.  Again corrections may be made
  110.                       on completion of the screen.
  111.  
  112.           On completion of Screen #4, the caluclations for Form W-4 are made
  113.           and the results are displayed on the screen.  The display follows
  114.           the worksheet for Form W-4 line by line.  The form W-4 requires
  115.           rounding to report the total exemptions...the program will not
  116.           round but will allow you to adjust upward or downward for a minor
  117.           safety factor (remember the penalties).
  118.  
  119.         INPUT:  On entering amounts, round to the nearest dollar.
  120.                 When asked for a response of Yes or No respond with
  121.                 a Y or N.
  122.  
  123.           After the display of the W-4, the program then asks if you want
  124.           a printed copy.  Be sure your printer is attached and on and
  125.           a response of Y will provide you with a copy of the Form W-4
  126.           worksheet.
  127.  
  128.         If you anticipate a tax liability after withholding, you are entitled
  129.         to have an additional amount of money witheld (beyond the table).
  130.         When you prepare the actual W-4 form add that estimated amount.
  131.  
  132.         This release will not compute it.  It is anticipated that future
  133.         releases will.
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.